home *** CD-ROM | disk | FTP | other *** search
-
- !Include("..\\..\\menu\\uidef\\UILogicVis.def")
-
- UIElem("ID_INFO_TITLE")
- {
- Default()
- {
- Text("CurrSelectedPart.m_sID#_NAME&")
- }
- }
-
- UIElem("ID_INFO")
- {
- Default()
- {
- Text("CurrSelectedPart.m_sID#_DESCRIPTION&")
- }
-
- OnCondition("menu.m_iBuyPrice != 0")
- {
- Text("CurrSelectedPart.m_sID#_DESCRIPTION&
-
- &PART_Price&: #%0menu.m_iBuyPrice#&MenuCashPostfix&")
- }
-
- OnCondition("menu.m_iBuyPrice == 0")
- {
- Text("CurrSelectedPart.m_sID#_DESCRIPTION&
-
- &PART_Price&: &ItemCostsNothing&")
- }
- }
-
-